home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Sources-Targets / xm-pbd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-05  |  202 b   |  9 lines  |  [TEXT/MPS ]

  1. /* Host environment for the tti "Unicom" PBB 68020 boards */
  2.  
  3. #include "xm-sparc.h"
  4.  
  5. #define USG
  6. #define bcopy(a,b,c) memcpy (b,a,c)
  7. #define bzero(a,b) memset (a,0,b)
  8. #define bcmp(a,b,c) memcmp (a,b,c)
  9.